object MsgDlg: TMsgDlg Left = 254 Top = 224 BorderIcons = [] BorderStyle = bsNone ClientHeight = 139 ClientWidth = 132 Color = clYellow Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnDeactivate = FormDeactivate OnShow = FormShow TextHeight = 16 object Shape1: TShape Left = 0 Top = 0 Width = 102 Height = 97 Brush.Color = clYellow end object MsgLbl: TLabel Left = 0 Top = 0 Width = 101 Height = 19 Caption = 'Empty Caption' Font.Color = clBlack Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True OnClick = MsgLblClick end end